home *** CD-ROM | disk | FTP | other *** search
- if(B1A)
- {
- Text1 = "Vyzn{invalid_utf8=225}te se trochu v Galaxii?";
- if(_root.menu.eng)
- {
- Text1 = "Do you know the Galaxy?";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B1B)
- {
- Text2 = "Co {invalid_utf8=248}{invalid_utf8=237}k{invalid_utf8=225}te na sou{invalid_utf8=232}asnou politickou situaci?";
- if(_root.menu.eng)
- {
- Text2 = "What do you think about politics?";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B1C and _root.chceNuz)
- {
- Text3 = "Promi{invalid_utf8=242}te, ale nemohli byste mi p{invalid_utf8=249}j{invalid_utf8=232}it n{invalid_utf8=249}{invalid_utf8=158}.";
- if(_root.menu.eng)
- {
- Text3 = "Excuse me could you lend me a knife?";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- if(B1D)
- {
- Text4 = "Tak j{invalid_utf8=225} abych u{invalid_utf8=158} {invalid_utf8=154}el";
- if(_root.menu.eng)
- {
- Text4 = "A must go.";
- }
- }
- else
- {
- Text4 = "";
- setProperty("But4", _visible, false);
- }
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- But4.Varianta = "D";
- Level = "1";
- But1.Enabled = B1A;
- But2.Enabled = B1B;
- But3.Enabled = B1C;
- But4.Enabled = B1D;
-